home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / latexconfig.kcfg < prev    next >
Extensible Markup Language  |  2008-01-14  |  783b  |  24 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Author: Stefan Gehn -->
  3. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  4.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  6.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  7.     <kcfgfile name="kopeterc"/>
  8.  
  9.     <group name="Latex Plugin">
  10.         <entry name="HorizontalDPI" type="UInt">
  11.             <label>Horizontal Rendering Resolution (DPI).</label>
  12.             <default>150</default>
  13.         </entry>
  14.         <entry name="VerticalDPI" type="UInt">
  15.             <label>Vertical Rendering Resolution (DPI).</label>
  16.             <default>150</default>
  17.         </entry>
  18.         <entry name="LatexIncludeFile" type="String">
  19.             <label>Latex Include File.</label>
  20.             <default>~/.tex2im_header</default>
  21.         </entry>
  22.     </group>
  23. </kcfg>
  24.